crypto/tls.clientHelloMsg.ticketSupported (field)
11 uses
	crypto/tls (current package)
		handshake_client.go#L219: 		hello.ticketSupported = false
		handshake_client.go#L389: 	hello.ticketSupported = true && !echInner
		handshake_client.go#L996: 	if !hs.hello.ticketSupported {
		handshake_messages.go#L82: 	ticketSupported                  bool
		handshake_messages.go#L125: 	if m.ticketSupported && !echInner {
		handshake_messages.go#L530: 			m.ticketSupported = true
		handshake_messages.go#L691: 		ticketSupported:                  m.ticketSupported,
		handshake_server.go#L558: 	hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
		handshake_server_tls13.go#L628: 		ch.ticketSupported != ch1.ticketSupported ||
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |